{> head}
{> header}
{#if featured} {#each featured}
{title}
{excerpt}
{/each} {/if}
{#each posts}
{title}
{date} — {author}
{excerpt}
{/each}
{#if pagination}
{#if pagination.prev}
Previous
{/if} {#if pagination.next}
Next
{/if}
{/if}
{> footer}